@charset "UTF-8";
body {
   	/* min-width: 760px;
   	max-width: 960px;
   	width: 100%; */
	background-color: #FFF;
	background-image: url(images/background.png);
	font-family: "Courier New", Courier, monospace;
	font-weight: 600;
	margin: 0px;
}
.wrapper {
	clear: both;
	height: auto;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 15px 2px #F96;
	-moz-box-shadow: 0 0 15px 2px #F96;
	box-shadow: 0 0 15px 2px #F96;
}
.headers {
	clear: both;
	height: 373px;
	width: 1200px;
	background-color: #FFF;
	text-align: center;
}
.header_left {
	float: left;
	height: 150px;
	width: 350px;
}
.header_left {
	float: left;
	height: 150px;
	width: 350px;
}
.header_mid {
	float: left;
	height: 150px;
	width: 500px;
}
.header_left p {
	text-align: left;
	padding-left: 15px;
	padding-top: 20px;
}
.banner {
	clear: both;
	height: 255px;
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C33;
}
.banner h1 {
	text-align: center;
	color: #000;
}
.banner img {
	height: 120px;
	width: 190px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}
.banner_left {
	float: left;
	height: 255px;
	width: 400px;
	text-align: center;
}
.banner_mid {
	float: left;
	height: 255px;
	width: 400px;
	text-align: center;
}
.banner_right {
	float: left;
	height: 255px;
	width: 400px;
	text-align: center;
}
.nav {
	background-color: #C33;
	height: 65px;
	width: 100%;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	line-height: 60px;
}
.nav a  {
	color: #FFF;
	text-decoration: none;
}
.nav a:hover {
	color: #FF0;
}
.content {
	clear: both;
	height: auto;
	width: 1200px;
	background-color: #FFF;
}
.footer {
	clear: both;
	height: 200px;
	width: 100%;
	background-color: #333;
	color: #C33;
	font-weight: 600;
	font-family: "Courier New", Courier, monospace;
	line-height: 25px;
}
.footer p {
	padding-left: 15px;
	float: left;
	width: 30%;
}
.banner a img {
	border: 0;
}
.footer h6 {
	clear: both;
	width: 100%;
	text-align: center;
	color: #FFF;
	padding-bottom: 10px;
	font-weight: 900;
}
table  {
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	clear: both;
}
.inner_top_content {
	clear: both;
	width: 1200px;
	height: 300px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #c33;
}
.inner_top_content .reference_1 {
	width: 580px;
	margin-bottom: 15px;
	float: left;
	margin-right: 10px;
	padding-left: 10px;
	line-height: 30px;
}
.inner_top_content .reference_2 {
	width: 580px;
	margin-bottom: 15px;
	text-align: right;
	float: left;
	margin-right: 10px;
	padding-left: 10px;
}
.issues {
	text-align: center;
	clear: both;
}
.issues table tr th{
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	background-color: #C33;
	height: 50px;
	line-height: 50px;
	border: 1px solid #333;
}
.issues table tr td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	width: 20%;
	text-align: left;
	padding-left: 22px;
}
.issues table tr td a {
	text-decoration: none;
	color: #000;
}
.issues table tr td a:hover {
	text-decoration: none;
	color: #C33;
}

.content article {
	clear: both;
	height: auto;
	width: 1200px;
	font-family: Arial, Helvetica, sans-serif;
}
.wrapper marquee {
	clear: both;
	height: 50px;
	width: 1200px;
	background-color: #FFF;
	line-height: 50px;
}
.content article p img {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.content article p {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: justify;
}
.center_align {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #C33;
}
.centered {
	text-align: center;
}
.center_alignOrange {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FC0;
}
.left_alignRed {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C33;
	font-weight: bold;
}
h1.center_align {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	color: #CC0000;
	/* [disabled]text-shadow: 2px 3px 2px black, 0 0 25px blue, 0 0 5px darkblue; */
	font-weight: bolder;
}
.largeFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #009;
}
.left_side  {
	float: left;
	height: 450px;
	width: 600px;
	background-color: rgb(248,248,248);
	margin-bottom: 50px;
}
.right_side  {
	float: left;
	height: 450px;
	width: 600px;
	background-color: rgb(248,248,248);
	text-align: center;
	margin-bottom: 50px;
}
.mainPage_left_left {
	float: left;
	height: 700px;
	width: 10px;
}
.mainPage_left {
	float: left;
	height: 700px;
	width: 260px;
	/* [disabled]overflow: scroll; */
	margin-right: 15px;
	background-color: #FFF;
	border: 2px solid #CCC;
}
.mainPage_left h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #C33;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.mainPage_Mid h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #C33;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.mainPage_Mid {
	float: left;
	height: 700px;
	width: 618px;
	/* [disabled]overflow: scroll; */
	margin-right: 15px;
	background-color: #FFF;
	border: 2px solid #CCC;
}
.mainPage_right {
	float: left;
	height: 700px;
	width: 260px;
	/* [disabled]overflow: scroll; */
	background-color: #FFF;
	border: 2px solid #CCC;
	margin-right: 10px;
}
.mainPage_left p {
	text-align: justify;
	font-size: 10px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.mainPage_right p {
	padding: 10px;
	text-align: justify;
	font-size: 10px;
}
.mainPage_Mid p {
	text-align: justify;
	font-size: 14px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.mainPage_Mid p img {
	float: right;
	margin-left: 5px;
	border: 0px;
}
.mainPage_left p img {
	float: left;
	margin-right: 10px;
}
.embassies {
	float: left;
	height: 250px;
	width: 398px;
	border: 1px solid #C00;
}
.content .embassies p {
	width: 360px;
	height: 160px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
.content .embassies h3 {
	text-align: center;
	color: #CC0000;
}
.center_alignOrange a {
	color: #C00;
}
.editors {
	background-color: #FFF;
	height: auto;
	width: 992px;
	border-bottom-width: 10px;
	border-left-width: 5px;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-bottom-color: #963;
	border-left-color: #963;
	margin-right: 100px;
	margin-left: 100px;
	box-shadow: -10px 10px 5px #888888;
	margin-bottom: 20px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #963;
	border-right-color: #963;
}
.editors p {
	font-size: 14px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.editors h2 {
	text-align: center;
}
.editors h6 {
	float: right;
	width: 170px;
	text-align: center;
	height: 180px;
	border-left-width: 6px;
	border-left-style: ridge;
	border-left-color: #963;
	border-bottom-width: 6px;
	border-bottom-style: ridge;
	border-bottom-color: #963;
	margin-left: 10px;
	box-shadow: -5px 5px 5px #888888;
	margin-right: 10px;
}

.articles_left {
	float: left;
	height: auto;
	width: 560px;
	margin-right: 30px;
}
.article_right {
	float: left;
	height: auto;
	width: 570px;
	margin-right: 20px;
}
.articles_left p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}
.article_right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}
marquee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFF;
	height: 50px;
}

.community_Events {
	height: auto;
	width: auto;
}
.community_Events p {
	padding-right: 20px;
	padding-left: 20px;
}
.align_middle {
	text-align: center;
}
.bigFont {
	font-size: 80px;
}
.BlackColor {
	color: #000;
}
.smallFont {
	font-size: 45px;
}
